home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / virtual_.swf / scripts / frame_52 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  107 b   |  6 lines

  1. if(_root.iLevelPauseTimer.seconds() > 3)
  2. {
  3.    _root.gLevel += 1;
  4.    _root.gotoAndPlay("NextLevel");
  5. }
  6.